home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
26
/
6
/
DISK2662.ZIP
/
FINSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-05-14
|
405b
|
17 lines
ECHO OFF
ECHO Performing Accounting Installation System Disk #2
COPY %1*.* %2
ERASE %2*.BAT
ERASE %2*.FEA
echo
echo Insert another Disk in Drive [%2] for the Accounting Manual
pause
COPY %1ACT9.OVL %2ACT.MAN
COPY %1ACCOUNT.FEA %2
%1
echo
ECHO Installation of Accounting System #2 Complete!
ECHO To Start Insert Disk #1 in Drive %1
ECHO and Type ACCOUNT and Press Return
goto end
:END